CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - clustering matlab

搜索资源列表

  1. CKPCA-HOG-SVM

    1下载:
  2. 为了准确地对监控场景中的运动目标进行语义上的分类,提出了一种基于聚类的核主成分分析梯度方向直方图和二又决策树支持向量机的运动目标分类算法。-In order to accurately monitor the movement of scene targets semantic classification, the clustering based on kernel principal component analysis of gradient direction histograms,
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:544614
    • 提供者:piano
  1. get_clustering_coefficient

    1下载:
  2. 通过邻接矩阵,计算网络的聚类系数。聚类系数是复杂网络中一个重要参量。 -Through the adjacency matrix, computing networks, clustering coefficient. Clustering coefficient is a complex network, an important parameter.
  3. 所属分类:matlab

    • 发布日期:2015-12-09
    • 文件大小:1247
    • 提供者:tigercan
  1. pc

    4下载:
  2. 利用相位一致性提取图像边缘,K-means聚类后区域生长进行图像分割,附参考论文。-Using phase coherence image edge extraction, K-means clustering image after region growing segmentation, attached reference paper.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2565303
    • 提供者:ost86
  1. NcutClustering

    2下载:
  2. 谱聚类和SVM相结合的图像分割程序,这是用matlab编的谱聚类程序,该方法能有效的用于数据分类。-This is a matlab procedures for the spectral clustering.The method is effective for data classification.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:301922
    • 提供者:liulili
  1. Cluster_MeanShift

    0下载:
  2. 采用meanshift算法实现图像聚类,函数用matlab实现-clustering using Mean-shift
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:2733
    • 提供者:xianxi
  1. DBSCAN

    1下载:
  2. dbscan聚类算法,可以学习聚类算法。并了解聚类算法-dbscan clustering algorithm, clustering algorithms can learn. And understand the clustering algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-24
    • 文件大小:2954
    • 提供者:伍茜
  1. SVC_toolbox

    1下载:
  2. support vector clustering for Matlab tool box
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:24118
    • 提供者:ming-feng han
  1. LBGMatlab

    2下载:
  2. 使用matlab实现的矢量量化的LBG算法,内有文档说明-Matlab achieved using the LBG vector quantization algorithm, there are documented
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2015-09-19
    • 文件大小:1593390
    • 提供者:梁松涛
  1. LBGmatlab

    1下载:
  2. 毕业设计做的...用LBG算法实现矢量量化的算法..matlab-Designed to do graduate ... the LBG algorithm using vector quantization algorithm .. matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:233362
    • 提供者:王占元
  1. cluster-matlab

    0下载:
  2. 聚类算法 matlab实例,电子书,pdf格式的电子书-Clustering algorithm matlab example
  3. 所属分类:matlab

    • 发布日期:2017-05-15
    • 文件大小:4060472
    • 提供者:wangzilan
  1. complexnetwork

    8下载:
  2. 复杂网络中有一些常见的基本模型,如随机图,WS小世界网络,NW小世界网络及BA无标度网络等,本程序从这些网络的产生机理,生成了这些复杂网络模型,并且分析了其基本性质如平均路径长度,聚类系数及度分布等。-Complex networks have some common basic model, such as random graph, WS small-world networks, NW small-world networks and scale-free BA network, the
  3. 所属分类:matlab

    • 发布日期:
    • 文件大小:10243
    • 提供者:whuic
  1. RF_MexStandalone-v0.02-precompiled

    1下载:
  2. 随机森林代码,Matlab代码,很好的学习工具-Random Forest (Regression, Classification and Clustering) implementation for MATLAB (and Standalone)
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:431808
    • 提供者:杨啸林
  1. FuzzyClusteringToolbox[1]

    2下载:
  2. 各种聚类方法的matlab源代码,非常全-A variety of clustering methods matlab source code, a very wide
  3. 所属分类:matlab

    • 发布日期:2016-09-13
    • 文件大小:2134000
    • 提供者:吴立锋
  1. Clustering_Coefficient

    0下载:
  2. 计算聚类系数和读相关系数的MATLAB,希望多多指教-Calculated clustering coefficient and time correlation coefficient of MATLAB, hope great weekend
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:798
    • 提供者:丁一
  1. NJW

    0下载:
  2. njw谱聚类算法,读者可以参考用于科研用途,其中的参数需要自己设定-spectral clustering algorithm of NJW
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1207
    • 提供者:jianyuan
  1. SA_GA

    3下载:
  2. 基于遗传模拟退火算法的聚类算法。将模拟退火算法与遗传算法相结合用于聚类分析,由于模拟退火算法和遗传算法可以互相取长补短,因此有效地克服了传统遗传算法的早熟现象,同时根据聚类问题的具体情况设计遗传编码方式、适应度函数,使该算法更有效、更快速地收敛到全局最优解。 -Genetic simulated annealing algorithm based on clustering algorithms. Simulated annealing algorithm and genetic algo
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-11-11
    • 文件大小:5833
    • 提供者:杨剑浩
  1. kmean

    4下载:
  2. 一个刚编出来的K—means 聚类算法的matlab源代码 适合多维数据-Just made out of a K-means clustering algorithm matlab source code for multi-dimensional data
  3. 所属分类:matlab例程

    • 发布日期:2012-11-01
    • 文件大小:1047
    • 提供者:吴立锋
  1. kmeans-image-segmentation

    1下载:
  2. K-meansK均值聚类在无监督的情况下选择图像特征的算法-K-meansK means clustering in the case of unsupervised image feature selection algorithm
  3. 所属分类:Special Effects

    • 发布日期:2015-10-18
    • 文件大小:46288
    • 提供者:renli
  1. cluster

    1下载:
  2. 一种无线传感器网络分簇算法的matlab仿真实验程序,用于查看各节点剩余能量及节电存活数目-A wireless sensor network clustering algorithm matlab simulation program for viewing and saving the residual energy of each node the number of surviving
  3. 所属分类:matlab

    • 发布日期:2015-09-21
    • 文件大小:3072
    • 提供者:周波
  1. power

    0下载:
  2. clustering power in ad hoc
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-06
    • 文件大小:1192201
    • 提供者:samba
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com